﻿.indicadores .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
}

.txt_nome_card {
    font-size: 1.5rem;
    font-family: "Mohr-Mediumlt";
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #021f59;
}

.img_card_icon {
    display: block;
    margin: 0 auto;
}

.cardImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    margin: 0 auto;
    padding: 9%;
}

.cardControle {
    background: #fbfbfb;
}

.imgSvg {
    margin: 0 auto;
    display: block;
}

.cardControle::before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #57b643;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
}

.cardVaca {
    background: #f5f5f5;
}

.cardVaca::before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #40c779;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
}


.cardResiduos {
    background: #f1f1f1;
}

.cardResiduos::before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #61c5d2;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
}

.cardMudanca {
    background: #ededed;
}

.cardMudanca::before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #3c9ace;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
}

.cardRecursos {
    background: #e9e9e9;
}

.cardRecursos::before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #3b72c2;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
}

.cardContent ul {
    padding-left: 0px;
}

.cardContent {
    padding: 15%;
    height: calc(100% - 300px);
    box-shadow: 0px 56px 56px 0 rgb(0 0 0 / 52%);
}

i.fas.fa-circle {
    content: " ";
    width: fit-content;
    height: auto;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 0.68rem);
}

svg.teste {
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    height: 25px;
    left: calc(50% - 1.88rem);
}

.cardContent ul li {
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.por_ani {
    background: #57b643;
}

#content-card1 {
    background-color: #a6d2e8;
}

#content-card2 {
    background-color: #bde4f2;
}

#content-card3 {
    background-color: #c4edea;
}

#content-card4 {
    background-color: #c1e8dc;
}

#content-card5 {
    background-color: #b7e1c8;
}

@media screen and (max-width:1600px) {
    .cardImg {
        min-height: 265px;
    }
}

@media screen and (min-width: 768px) and (max-width:820px) {
    .indicadores .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cardContent {
        height: 430px;
    }

    .txt_nome_card {
        width: 60%;
    }
}

@media screen and (min-width:641px) and (max-width:1000px) {

    .indicadores .row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cardImg {
        padding: 3%;
    }

    .cardContent {
        padding: 10% 10% 2%;
        height: auto;
        box-shadow: none
    }

    .cardImg {
        height: 220px;
        min-height: 0;
    }

    .txt_nome_card {
        width: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width:820px) {
    .indicadores .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cardContent {
        height: 430px;
    }

    .txt_nome_card {
        width: 60%;
    }
}

@media screen and (max-width:640px) {
    .indicadores .row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .txt_nome_card {
        width: 50%;
    }

    .cardImg {
        padding: 5% 0%;
        min-height: 0;
    }

    .cardContent {
        height: auto;
        box-shadow: none
    }

    .cardRecursos::before {
        bottom: 5px;
    }

    .por_ani::before,
    .controleForn::before,
    .trataFlu::before,
    .por_atin::before,
    .por_vol::before {
        left: calc(50% - 30.5px);
    }

    .scroll-container {
        overflow: auto;
        white-space: nowrap;
        padding: 5px 0px 5px 0px;
        background: transparent;
        height: 100%;
        border-radius: 15px;
    }

    .gridscroll {
        display: inline-block;
    }

    .gridscroll img {
        margin-right: 22px;
    }
}